Vapi Std Errors TransientIndication

Vapi Std Errors TransientIndication
Vapi Std Errors TransientIndication

The Vapi Std Errors TransientIndication schema indicates whether or not the error is transient.

Some types of errors are transient in certain situtations and not transient in other situtations. This error payload can be used to indicate to clients whether a particular error is transient. See Vapi Std Errors Error.data.

JSON Example
{
    "is_transient": false
}
boolean
is_transient
Required

Indicates that the error this schema is attached to is transient.